home *** CD-ROM | disk | FTP | other *** search
- /* Software options */
- #define SERVERS 1 /* Include TCP servers */
- #define TRACE 1 /* Include packet tracing code */
- #define NSESSIONS 10 /* Number of interactive clients */
-
- /* Hardware configuration */
- #undef PC_EC /* 3-Com 3C501 Ethernet controller */
- #define SLIP 1 /* Serial Line IP subnet code */
- #define KISS 1 /* KISS TNC code */
- #undef HAPN /* Hamilton Area Packet Network driver code */
- #undef EAGLE /* Eagle card driver */
- #undef PC100 /* PAC-COM PC-100 driver code */
- #undef APPLETALK 1 /* Appletalk interface (Macintosh) */
-
- #if (defined(KISS) || defined(HAPN) || defined(EAGLE) || defined(PC100))
- #define AX25 1 /* AX.25 subnet code */
- #endif
-
- /* KISS TNC implies SLIP */
- #if (defined(KISS))
- #undef SLIP
- #define SLIP 1 /* Serial Line IP subnet code */
- #endif
-
- #ifdef PC_EC
- #define ETHER 1 /* Generic Ethernet code */
- #endif
-